projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b48ed5
)
meson.build: enable-tests -> build-tests
author
Javier Jardón
<jjardon@gnome.org>
Wed, 6 Sep 2017 19:45:00 +0000
(20:45 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 6 Sep 2017 19:45:35 +0000
(20:45 +0100)
This completes
b5e00d36f084b827c48e4c9b8adc8fcedc14f2ff
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 9c9abffac88a7c460c665e7a5034b8d6184bb413..0b1df53499de8149c138bf3e2b2e154d47c52627 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-521,7
+521,7
@@
subdir('gdk')
subdir('gsk')
subdir('gtk')
subdir('modules')
-if get_option('
enable
-tests')
+if get_option('
build
-tests')
subdir('tests')
subdir('testsuite')
endif